home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / set_auto_include_string < prev    next >
Text File  |  2001-04-06  |  511b  |  16 lines

  1. SYNOPSIS
  2.         void set_auto_include_string(string arg)
  3.  
  4. DESCRIPTION
  5.  
  6.         The arg will be automatically included into every compiled LPC
  7.         object. This is useful to enforce global definitions, e.g.
  8.         ``#pragma combine_strings'' or ``#pragma strict_types''.  The
  9.         calling object needs to be privileged by the master object.
  10.  
  11.         Note that the auto-include-string is cleared when the master
  12.         object is reloaded.
  13.  
  14. SEE ALSO
  15.         privilege_violation(M), pragma(LPC), master(M)
  16.